'Usage
Dim instance As ISink(Of T) Dim value As T instance.OnNext(value)
Parameters
- value
- The current value to be processed by the sink.
The value of this parameter can be
null
(Nothing
in Visual Basic).
The value of this parameter can be null
(Nothing
in Visual Basic).
'Usage
Dim instance As ISink(Of T) Dim value As T instance.OnNext(value)
The value of this parameter can be null
(Nothing
in Visual Basic).
This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.